Class Person
Inheritance
System.Object
Person
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DiplomaTT.DB
Assembly: DiplomaTT.dll
Syntax
public class Person
Properties
FirstName
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastName
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PersonImage
Declaration
public byte[] PersonImage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
UserId
Declaration
[Key]
public long UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |